The Linux mkdir command is used to create a directory of the specified name, requiring the user who created the directory to have write permissions in the current directory, and the specified directory name cannot be a directory that is already in
In some PHP built-in functions (such as mkdir), adding @ at the front can mask the error thrown by the function, so how does the custom function do this? I tried the throw. New exception and Trigger_error cannot be added by the @ Mask: So, for
In Linux the basic commands are written as: command [ parameter Options ] [ file or path ] The command to be used [ This is the one that needs to be variable but must be matched with the command used ] [ the file or path to be processed or consulted
Directory Management ls CD pwd mkdir rmdir tree################################################################LS: Display directoryCD: Switch directoriesPWD: Show current directorymkdir: Creating a DirectoryRMDIR: Deleting a directoryTree: Show
Command format:mkdir [Options] directory (option not writable)
Command function:Create an empty directory
Common options:- m Setting directory Permissions- p Recursive creation of multiple directories- v displays detailed process
1. Environmental description centos6.7,2.6.32-573.el6.x86_642, man mkdir NAM mkdir-make DirectoriesSynopsis//outline, abstract, understood as the basic grammar can bemkdir [OPTION] ... DIRECTORY ... DESCRIPTION Create The DIRECTORY (ies), iftheyDo
001_linux common Commands ls, mkdir, CD, PWD, RmDir, RM, CP, MV, LN===================== Body ===============================XXXXXX directory and File command xxxxxx1.lsls [options] [file or directory]Options:-a----show all files, including hidden
One: BackgroundThe mkdir command in Linux is used to create a directory, corresponding to the use of Linux system call function mkdir to implement the function of directory creation. Just to create a directory, a system call is sufficient, this
mkdir: Creating an empty Directory1. Command formatmkdir [Options] directory ...2. Command functionCreates an empty directory at the specified location, the command must have writable permissions, and cannot create a directory with a name that
Original address: http://www.cnblogs.com/zfyouxi/p/5371317.html
Purpose This article will introduce Linux under new files or folders, delete files or folder commands.Touch to create a new file, mkdir to create a new folder. RM is used to delete
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.